home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / PD / VICE / doc / README < prev    next >
Text File  |  2002-08-27  |  4KB  |  139 lines

  1.  
  2.   VICE  1.10                             September 2002
  3.  
  4.  
  5.          _______________
  6.         |      ||      ||
  7.         |      ||      ||____________________________
  8.         |      ||      ||    ||         ||          ||
  9.         |      ||      ||    ||    |    ||    ______||
  10.         |      ||      ||    ||    |----||          ||
  11.         |      ||      ||    ||    |    ||    ------||
  12.         |              ||____||_________||__________||
  13.          \            // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14.           \          //
  15.            \________//   Versatile Commodore 8-bit Emulator
  16.  
  17.  
  18.  
  19.  ----------------------------------------------------------------------------
  20.  
  21.  
  22.  This is version 1.10 of VICE, the multi-platform C64, C128, VIC20, PET
  23.  and CBM-II emulator.  This version can be compiled for MSDOS, Win32,
  24.  RiscOS, OS/2, BeOS and for most Unix system provided with the X Window
  25.  System version 11, R5 or later.
  26.  
  27.  The following programs are included:
  28.  
  29.    - x64, a C64 emulator;
  30.  
  31.    - x128, a C128 emulator;
  32.  
  33.    - xvic, a VIC20 emulator;
  34.  
  35.    - xpet, a PET emulator;
  36.  
  37.    - xcbm2, a CBM-II emulator;
  38.  
  39.    - c1541, a stand-alone disk image maintenance utility;
  40.  
  41.    - petcat, a CBM BASIC de-tokenizer.
  42.  
  43.  Moreover, the following documents are provided in both source and
  44.  binary distributions:
  45.  
  46.    - README, this file;
  47.  
  48.    - COPYING, the GNU General Public License under which VICE is
  49.      distributed -- *please read it before using the program*;
  50.  
  51.    - INSTALL, installation instructions;
  52.  
  53.    - NEWS, list of user-visible changes between this and older
  54.      versions of VICE;
  55.  
  56.    - BUGS, a list of the most important known bugs of this release
  57.      (please read it before reporting bugs);
  58.  
  59.    - TODO, a list of what we would like to do next (this is no
  60.      promise!);
  61.  
  62.    - FEEDBACK, something you should read before sending mail to
  63.      any of the authors;
  64.  
  65.  The following documents are provided in the source distribution:
  66.  
  67.    - doc/vice.texi, the complete documentation;
  68.  
  69.    - doc/64doc.txt, documentation about the C64 internals;
  70.  
  71.    - doc/PETdoc.txt, documentation about the PET internals;
  72.  
  73.    - doc/cbm_basic_tokens.txt, a list of the CBM BASIC tokens, as
  74.      supported by the petcat utility;
  75.  
  76.    - doc/serial.txt, description of the IEC serial bus used on the C64,
  77.      VIC20 and C128;
  78.  
  79.    - doc/drive_info.txt, information about the CBM disk drives;
  80.  
  81.    - doc/Evaluation, VICE evaluation query form: please fill this in
  82.      and send it to tell us what you think about this project.
  83.  
  84.    - doc/Readme.dos, MS-DOS specific documentation;
  85.  
  86.    - doc/Win32-Howto.txt, how to compile the Win32 port.
  87.  
  88.  For the latest news, have a look at the VICE home page:
  89.  
  90.      http://viceteam.bei.t-online.de/
  91.  
  92.  New versions are made available quite often, so please stay tuned.
  93.  
  94.  
  95.  Have fun!
  96.  
  97.  
  98.  Copyright notice
  99.  ----------------
  100.  
  101.  VICE, the Versatile Commodore Emulator
  102.  
  103.     Copyright © 1998-2002 Andreas Boose
  104.     Copyright C 1998-2002 Dag Lem
  105.     Copyright C 1998-2002 Tibor Biczo
  106.     Copyright C 1999-2002 Andreas Dehmel
  107.     Copyright C 1999-2002 Thomas Bretz
  108.     Copyright C 1999-2002 Andreas Matthies
  109.     Copyright C 1999-2002 Martin Pottendorfer
  110.     Copyright C 2000-2002 Markus Brenner
  111.     Copyright C 2000-2002 Spiro Trikaliotis
  112.  
  113.     Copyright C 1997-2001 Daniel Sladic
  114.     Copyright C 1996-1999 Ettore Perazzoli
  115.     Copyright C 1996-1999 André Fachat
  116.     Copyright C 1993-1994, 1997-1999 Teemu Rantanen
  117.     Copyright © 1993-1996 Jouko Valta
  118.     Copyright © 1993-1994 Jarkko Sonninen
  119.  
  120.   This program is free software; you can redistribute it and/or
  121.   modify it under the terms of the GNU General Public License as
  122.   published by the Free Software Foundation; either version 2 of the
  123.   License, or (at your option) any later version.
  124.  
  125.   This program is distributed in the hope that it will be useful,
  126.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  127.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  128.   GNU General Public License for more details.
  129.  
  130.   You should have received a copy of the GNU General Public License
  131.   along with this program; if not, write to the Free Software
  132.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  133.   02111-1307  USA
  134.  
  135.  The ROM files in the `C128', `C64', `CBM-II', `DRIVES', `PET', `PLUS4'
  136.  `PRINTER' and `VIC20' directories are Copyright C by Commodore
  137.  Business Machines.
  138.  
  139.